home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 41
/
PC Gamer IT CD 41 2-2.iso
/
utility
/
CISEI
/
16BIT
/
FINPRI.DXR
/
00019.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-10-06
|
201 b
|
10 lines
on sistemaframe
global matframe, fra
repeat with c = 1 to count(matframe)
if fra < getAt(matframe, c) then
set fra to getAt(matframe, c - 1)
exit repeat
end if
end repeat
end